home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineButton2_51 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  218 b   |  15 lines

  1. on(press){
  2.    startDrag("drag",1);
  3.    tellTarget("drag")
  4.    {
  5.       gotoAndStop("p");
  6.       play();
  7.    }
  8.    tellTarget("/ball")
  9.    {
  10.       gotoAndStop("out");
  11.       play();
  12.       rotateOn = false;
  13.    }
  14. }
  15.